home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Utilities / Business / Ch-Ching 2.6.7r5 / admin / mailingLabels.lasso < prev    next >
INI File  |  1998-12-17  |  756b  |  37 lines

  1. [if: cookie:"dbName" == ""]
  2. [HEADER]
  3. HTTP/1.0 302 FOUND
  4. Location: default.html
  5. URI: default.html
  6.  
  7.  
  8. [/HEADER]
  9. [/if]    
  10. <html>
  11.  
  12. <head>
  13.  
  14. <title>Mailing Labels</title>
  15.  
  16.  
  17. </head>
  18. <body bgcolor="white">
  19. <table width="100%">
  20. <tr>
  21. [records]
  22.     <td width="25%" valign="middle" align="center">[field:"ordCustomers::custFirstName"] [field:"ordCustomers::custLastName"]<br>
  23.         [if:field:"ordCustomers::custOrganization"!=""]
  24.             [field:"ordCustomers::custOrganization"]<br>
  25.         [/if]
  26.         [field:"ordCustomers::custAddress"]<br>
  27.         [field:"ordCustomers::custCity"] [field:"ordCustomers::custStateProvince"], [field:"ordCustomers::custPostalCode"]<br>
  28.         [field:"ordCustomers::custCountry"]
  29.     </td>
  30.     [If:  (Repetition)=="4"]</tr><tr>
  31.     [/If]
  32. [/records]
  33. </tr>
  34. </table>
  35. </body>
  36. </html>
  37.